home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KFS4.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.7 KB  |  78 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. rem For Flight Simulator 4 by Microsoft and BAO
  14.  
  15. rem Set BOTH BLACK and RED switches to DIGITAL
  16.  
  17. rem Select JOYSTICK 1 - Ailerons and Elevators in FS4.
  18.  
  19.  MDEF KFS4
  20.  
  21.  @DigitalThrottle
  22.  @MinimumThrottle
  23.  
  24. BTN TG /U SelectOne
  25.        /M Autopilot
  26.        /D /T Flap10Deg
  27.           /T Flap30Deg
  28. BTN UB SwitchViews
  29. BTN MB /U SelectTwo
  30.        /M 2d3DWindow
  31.        /D FlapsUp
  32. BTN LB /U Lights
  33.        /M Lights
  34.        /D LandingGear
  35. BTN HU /U TrimNoseDn
  36.        /M /T /P LeftFrontView
  37.              /R FrontView
  38.           /T /P RightFrontView
  39.              /R FrontView
  40.        /D /T /P LeftFrontView
  41.              /R FrontView
  42.           /T /P RightFrontView
  43.              /R FrontView
  44. BTN HR RightView
  45. BTN HD /U TrimNoseUp
  46.        /M /T /P LeftBackView
  47.              /R BackView
  48.           /T /P RightBackView
  49.              /R FrontView
  50.        /D /T /P LeftBackView
  51.              /R BackView
  52.           /T /P RightBackView
  53.              /R FrontView
  54. BTN HL LeftView
  55. BTN 1 /U SelectCOM
  56.       /M CycleWindows
  57.       /D CycleWindows
  58. BTN 2 ZoomOut/FreqDn
  59. BTN 3 ZoomIn/FreqUp
  60. BTN 4 /U SelectNAV
  61.       /M PanUp
  62.       /D Strobes
  63. BTN 5 /U SelectVOR
  64.       /M PanDn
  65.       /D CarbHeat
  66. BTN 6 /U Transponder
  67.       /M CalDirectGyro CalAltimeter
  68.       /D Brakes
  69. RKR UP /P ComNavSelection
  70.        /R ComNavSelection
  71.  
  72. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  73. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  74. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  75. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  76. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  77. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  78.